* {
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei";
	list-style: none;
	text-decoration: none;
	border: none;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
html {
	overflow-x: hidden;
}
body {
	background: #fff;
	color: #000;
	font-size: 14px;
	min-width: 1200px;
}
a {
	outline: none;
	color: #000;
}
a:hover {
	color: #1d447d;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
/*

===================

分页

>>	pages_pre		上一页

>>	pages_next	下一页

>>	strong			激活状态

>>	a:hover			鼠标悬停状态

===================

*/

.pages {
	margin: 50px auto 20px auto;
	font-size: 14px;
	text-align: center;
}
.pages ul {
	display: inline-block;
}
.pages a,  .pages strong {
	display: inline-block;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	text-decoration: none;
	color: #666;
	font-family: Simsun;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-right: 3px;
}
.pages .current {
	display: inline-block;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	text-decoration: none;
	font-family: Simsun;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-right: 3px;
	color: #fff;
	background-color: #104da8;
	border-color: #fff;
}
.pages a:hover {
	color: #fff !important;
	background-color: #104da8;
	border-color: #fff;
	text-decoration: none;
}
.pages strong {
	color: #fff;
	background-color: #24557d;
	border-color: #fff;
}
.pages span {
	padding: 0 10px;
	line-height: 23px;
}
/* index top */

.head {
	height: 145px;
	background: url(../images/head.jpg) no-repeat center;
	overflow: hidden;
}
.head .container {
	position: relative;
}
.head .swich {
	position: absolute;
	right: 0;
}
.head .swich a {
	display: block;
	float: left;
	width: 80px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #104da8;
	margin-left: 10px;
	text-align: center;
}
.head .swich a:hover {
	background: #3da942;
}
.logo {
	display: block;
	width: 603px;
	height: 145px;
	background: url(../images/logo.jpg) no-repeat center;
	overflow: hidden;
	text-indent: -99em;
}
.toptell {
	margin-top: 45px;
	margin-right: 20px;
}
.toptell p {
	font-size: 20px;
}
.toptell span {
	display: block;
	font-size: 38px;
	color: #1d447d;
	font-family: Times New Roman;
	line-height: 38px;
}
.nav {
	height: 50px;
	line-height: 50px;
	background: #104da8;
	overflow: hidden;
}
.nav li {
	float: left;
	margin: 0 36px;
}
.nav li a {
	color: #fff;
	font-size: 18px;
	border-bottom: 3px solid #104da8;
	height: 47px;
	display: block;
}
.nav li a:hover, .nav li a.hover {
	border-bottom: 3px solid #3da942;
}
.nav form {
	margin-top: 9px;
}
.nav input {
	width: 130px;
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	padding-right: 42px;
	border-radius: 20px;
	background: #0b3675;
	color: #fff;
	float: left;
}
.nav button {
	width: 20px;
	height: 20px;
	background: url(../images/serch.jpg) no-repeat center;
	margin-left: -37px;
	float: left;
	margin-top: 5px;
	cursor: pointer;
}
.slideBox {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd ul {
	margin: 0 auto;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 100%;
	height: 600px;
}
.slideBox .prev,  .slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}
.slideBox .prev:hover,  .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.indextit {
	background: url(../images/h.jpg) no-repeat top left;
	padding-top: 10px;
}
.indextit p {
	font-size: 24px;
	color: #0b326c;
}
.indextit p span {
	font-size: 20px;
	color: #515151;
	font-family: Times New Roman;
	margin-left: 11px;
}
.product {
	margin-top: 50px;
}
.product ul.pro_list {
	margin-left: -29px;
	margin-top: 10px;
}
.product .pro_list li {
	float: left;
	width: 278px;
	margin-left: 29px;
	margin-top: 30px;
}
.product .pro_list li img {
	width: 278px;
	height: 209px;
	float: left;
}
.product .pro_list li p {
	height: 52px;
	line-height: 52px;
	background: #f3f3f3;
	text-align: center;
	font-size: 16px;
	color: #073964;
	float: left;
	width: 100%;
}
.product .pro_list li:hover p {
	background: #0d4f88;
	color: #fff;
}
.product .index_pro {
	text-align: center;
}
.product .index_pro ul {
	margin-top: 40px;
	height: 45px;
}
.product .index_pro li {
	float: left;
	margin: 0 10px;
}
.product .index_pro li a {
	display: block;
	padding: 0 25px;
	background: #104da8;
	color: #fff;
	height: 45px;
	line-height: 45px;
}
.product .index_pro li a:hover {
	background: #0b3675;
}
.about {
	margin-top: 50px;
	background: #f2f2f2;
	padding-top: 40px;
	height: 910px;
}
.ab {
	height: 385px;
	background: #104da8;
	margin-top: 25px;
}
.abinfo {
	float: left;
	margin-left: 25px;
	width: 590px;
	color: #fff;
}
.abinfo span {
	display: block;
	font-size: 20px;
	background: url(../images/h2.jpg) no-repeat top left;
	margin-top: 40px;
	padding-top: 18px;
}
.abinfo i {
	display: block;
	font-size: 18px;
	color: rgba(255,255,255,.5);
	font-family: Times New Roman;
	font-style: normal;
}
.abinfo p {
	line-height: 24px;
	margin-top: 20px;
}
.abinfo a.more {
	display: block;
	color: #fff;
	font-size: 12px;
	margin-top: 30px;
}
.honor {
	margin-top: 30px;
}
.honor li {
	width: 278px;
	height: 358px;
	float: left;
	margin-left: 29px;
}
.honor li img {
	width: 278px;
	height: 358px;
}
.honor li:first-child {
	background: url(../images/honor.jpg) no-repeat center 77px #104da8;
	text-align: center;
	color: #fff;
	margin-left: 0;
}
.honor li:first-child p {
	font-size: 20px;
	padding-top: 190px;
}
.honor li:first-child span {
	display: block;
	font-size: 20px;
	color: #9ed9f0;
	font-family: Times New Roman;
	background: url(../images/h.jpg) no-repeat center bottom;
	padding-bottom: 40px;
}
.news {
	margin-top: 40px;
}
.news .newtab {
	width: 319px;
	height: 433px;
	background: #f2f2f2;
	padding: 30px;
}
.newtit {
	height: 20px;
	line-height: 20px;
	margin-bottom: 20px;
}
.newtit p {
	font-size: 20px;
	color: #0d4f88;
	border-left: 3px solid #59c25e;
	padding-left: 9px;
}
.newtit a {
	display: block;
	color: #0d4f88;
	font-family: Arial;
	margin-top: 5px;
}
.newtab ul {
	margin-top: 10px;
}
.newtab li {
	font-size: 16px;
	color: #3a3a3a;
	line-height: 43px;
	border-bottom: 1px solid #e5e5e5;
	background: url(../images/jt.jpg) no-repeat center left;
	padding-left: 13px;
}
.newtab li:last-child {
	border: 0;
}
.newtab2 {
	margin-left: 30px;
}
.news .cont {
	width: 379px;
	height: 493px;
	background: #104da8;
	margin-left: 30px;
}
.cont span {
	display: block;
	font-size: 19px;
	color: #fff;
	background: url(../images/h.jpg) no-repeat bottom left;
	margin-left: 30px;
	padding-bottom: 12px;
	margin-top: 80px;
	margin-bottom: 25px;
}
.cont p {
	font-size: 16px;
	color: #fff;
	line-height: 35px;
	margin-left: 60px;
}
.cont p:last-child {
	line-height: 30px;
}
.link {
	height: 55px;
	line-height: 55px;
	background: #353b42;
	color: #8e9194;
	margin-top: 60px;
}
.link p {
	background: url(../images/link.jpg) no-repeat left center;
	padding-left: 35px;
}
.link a {
	color: #8e9194;
	padding: 0 14px;
}
.footer {
	height: 145px;
	background: #1d2228;
}
.ewm {
	width: 130px;
	text-align: center;
	background: #353b42;
	height: 145px;
}
.ewm img {
	margin-top: 10px;
}
.ewm p {
	color: #fff;
	margin-top: 10px;
}
.fcont {
	color: #777;
	line-height: 24px;
	margin-left: 40px;
	margin-top: 30px;
}
.fcont a {
	color: #777;
}
.banner {
	height: 400px;
	background: url(../images/banner.jpg) no-repeat center;
}
.pagetop {
	margin-top: 10px;
	border-bottom: 1px solid #ddd;
	height: 60px;
}
.pagetop .indextit {
	background: 0;
}
.pagetop .position {
	margin-top: 20px;
}
.content {
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 50px;
}
.submenu {
	text-align: center;
}
.submenu ul {
	display: inline-block;
}
.submenu ul li {
	float: left;
	margin: 30px 10px;
}
.submenu ul li a {
	display: block;
	width: 120px;
	height: 45px;
	line-height: 45px;
	background: #f2f8fc;
	color: #808080;
}
.submenu ul li a:hover, .submenu ul li a.hover {
	background: #104da8;
	color: #fff;
}
.list li {
	height: 140px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-top: 20px;
}
.list li img {
	width: 220px;
	height: 140px;
}
.list li img:hover {
	opacity: 0.8;
}
.list li .fr {
	width: 950px;
}
.list li .fr a {
	display: block;
	font-size: 16px;
	line-height: 30px;
}
.list li .fr span {
	display: block;
	color: #999;
	line-height: 30px;
}
.list li .fr p {
	line-height: 22px;
	color: #999;
}
.photo ul {
	margin-left: -25px;
}
.photo li {
	float: left;
	text-align: center;
	margin-bottom: 30px;
	margin-left: 25px;
}
.photo li p {
	line-height: 52px;
	background: #f3f3f3;
	color: #073964;
	font-size: 16px;
	transition: all 0.2s;
}
.photo li img {
	width: 280px;
	height: 210px;
	float: left;
}
.photo li:hover p {
	background: #0d4f88;
	color: #fff;
}
.showtop {
	text-align: center;
	margin-top: 40px;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 10px;
}
.showtop h1 {
	font-weight: 300;
	font-size: 22px;
}
.showtop p {
	line-height: 40px;
	color: #999;
}
.showtop p span, .showtop p span a {
	margin: 0 5px;
}
.prepage {
	line-height: 30px;
	margin: 50px 0;
}
.hotcp {
	margin-top: 20px;
}
.hotcp ul {
	border-top: 1px dashed #ddd;
	padding-top: 20px;
}
.hotcp li {
	float: left;
	line-height: 40px;
	margin-left: 25px;
	text-align: center;
	width: 280px;
}
.hotcp li:first-child {
	margin: 0;
}
.hotcp li img {
	width: 280px;
	height: 210px;
}
.hotcp_top {
	background: #104da8;
	color: #fff;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	text-align: center;
	width: 100px;
}
.hotnews {
	margin-bottom: 30px;
	margin-top: 20px;
}
.hotnews_top {
	border-bottom: 1px solid #ddd;
	color: #104da8;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 10px;
}
.hotnews ul {
	margin-left: -50px;
}
.hotnews li {
	background: url("../images/jt.jpg") no-repeat scroll left center;
	border-bottom: 1px dotted #ddd;
	float: left;
	line-height: 36px;
	margin-left: 50px;
	padding-left: 20px;
	width: 555px;
}
.hotnews li a {
	color: #2e2e2e;
}
.hotnews li span {
	color: #999;
	float: right;
	font-size: 13px;
}
.hotlabel {
	margin-top: 30px;
}
.hotlabel p {
	color: #104da8;
}
.hotlabel a {
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	padding: 0 10px;
	background: #104da8;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
}
.content a {
	color: #06F;
}

.gs{ margin-top:102px;}